In the General tab, give the recipe file a unique run-time name and specify a status tag and a percent complete tag.
Type a unique, user-friendly name for the recipe file. This is the name the recipe selector will use at run time. (This string does not allow run-time language switching.)
Click the Browse button to open the Tag Browser and specify a tag to be used as the status tag. Alternatively, you can type in a tag string if you are sure of the tag name and address.
Click the Browse button to open the Tag Browser and specify a tag to be used as the percent complete tag. Alternatively, you can type in a tag string if you are sure of the tag name and address.
The status tag shows the results of recipe download and upload operations:
Operation |
Status |
Tag set to (dec) |
Tag set to (hex) |
Download |
start |
1 |
0x01 |
successful |
2 |
0x02 |
|
with errors |
4 |
0x04 |
|
Upload |
start |
17 |
0x011 |
successful |
18 |
0x012 |
|
with errors |
20 |
0x014 |
|
Upload and create |
start |
33 |
0x021 |
successful |
34 |
0x022 |
|
with errors |
36 |
0x024 |
|
Delete |
start |
65 |
0x41 |
successful |
66 |
0x42 |
|
with errors |
68 |
0x44 |
|
Rename |
start |
129 |
0x81 |
successful |
130 |
0x82 |
|
with errors |
132 |
0x84 |
|
Restore |
start |
257 |
0x101 |
successful |
258 |
0x102 |
|
with errors |
260 |
0x104 |
|
Save |
start |
513 |
0x201 |
successful |
514 |
0x202 |
|
with errors |
516 |
0x204 |
The recipe system writes to this tag during any recipe operation to show the what percent of ingredients currently being processed have been completed.